This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Port infrastructure improvements from master to dev/release/2.0.0 #7721
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 4c8c137)
(cherry picked from commit 3c81474)
Fixes: https://github.com/dotnet/cli/issues/7351. (cherry picked from commit 369b893)
Move tool_fsc to src Move dotnet-help.Tests to test (cherry picked from commit f00adb1)
(cherry picked from commit 0a1be24)
(cherry picked from commit 656eab7)
Use Rest Api to upload to the feed Add pulling logic to make sure it is uploaded to the feed. Add retry logic for the whole upload process Remove the old upload script (cherry picked from commit 7f54ccb)
Add log to UploadToLinuxPackageRepository (cherry picked from commit 8b8aef7)
This is necessary for setting the intermediate output path to work correctly (cherry picked from commit ae0aa8e)
(cherry picked from commit 13da213)
(cherry picked from commit 4ccf1b6)
(cherry picked from commit 61e68e6)
…tead of checking it in (cherry picked from commit 884a483)
(cherry picked from commit 12f8c23)
(cherry picked from commit e4777c0)
(cherry picked from commit c6e4c8f)
(cherry picked from commit 2222290)
(cherry picked from commit fc6f2f3)
For example, "out/2" instead of "artifacts/stage2" (cherry picked from commit dcb3a7a)
(cherry picked from commit 103b8a6)
(cherry picked from commit 9fb5f74)
(cherry picked from commit fd66cdc)
…roject.json based CLI (cherry picked from commit 4c3b13e)
Previously, dotnet-deb-tool-consumer.csproj was copied to the out/artifacts folder before being restored. This no longer works as it depends on repo properties, and there is a Directory.Build.props in teh out directory to stop projects inside it from getting the repo properties. So this change restores it in-place instead. (cherry picked from commit ac67434)
(cherry picked from commit 546eff2)
(cherry picked from commit 27dc803)
(cherry picked from commit 97b7553)
Avoid importing incompatible .props files for signing build
@mmitche is there a delay before newly added branches trigger ci? |
@dotnet-bot test this please |
@nguerrera Good question...checking. |
@dotnet-bot test this please |
@nguerrera Looks like just a configuration error post-upgrade. Should trigger in a couple |
@dotnet-bot test this please |
@dotnet-bot test this please |
@dotnet-bot Test Windows_NT x86 Debug Build |
livarcocc
reviewed
Sep 29, 2017
<!-- This dependency was added due to an issue in restore where a lower version of this package coming from nuget.commandline.xplat | ||
led to an error. This is tracked as NuGet issue : https://github.com/NuGet/Home/issues/4213 --> | ||
<PackageReference Include="Microsoft.Build.Framework" Version="$(CLI_MSBuild_Version)" /> | ||
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)" /> | ||
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.0.0" /> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
livarcocc
approved these changes
Sep 29, 2017
|
@livarcocc Please ignore those errors for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Porting the following to the new 2.0.x infrastructure branch from master:
#7352 Update solution to reflect current state
#7530 Eliminate warnings (just that subset, not the part of the PR that updated core-setup)
#7460 Use REST API to upload to feed
#7571 Logging for feed upload
#7522 Rearrange output folders to fix incremental build
#7594 Fix signing after output folders moved